home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Magazine 2003 June
/
INTERNET104.ISO
/
mac
/
SOFTWARE
/
MAC
/
UTILS
/
MACSFTP
/
MacSFTP_Carbon_sit.hqx
/
MacSFTP Carbon
/
Sample Script
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-01-21
|
349 b
|
10 lines
tell application "MacSFTP Carbon"
set targ to make new progress window given url:"ftp://nono@127.0.0.1"
SetTellTarget to targ
Change directory "/Users/nono/Public/"
upload file "Macintosh HD:Users:nono:Desktop:upload test"
download "upload test" new name file "Macintosh HD:Users:nono:Desktop:download test"
SetTellTarget
close targ
end tell